More doc build fixes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 10 Jan 2011 15:59:50 +0000 (10:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 10 Jan 2011 15:59:50 +0000 (10:59 -0500)
Grr, our mixture of xml and plain text in long descriptions is
a mess.

gtk/gtkcomboboxtext.c
gtk/gtktexttagtable.c

index 00d75d2f803c0c4dd296bed60cf3ffb4a5403fff..60da361f9b3f88740a75f4e386e62045bb722e5f 100644 (file)
@@ -70,7 +70,8 @@
  * </object>
  * ]]></programlisting>
  * </example>
- *
+ * </para>
+ * </refsect2>
  */
 
 static void     gtk_combo_box_text_buildable_interface_init     (GtkBuildableIface *iface);
index d9eb12e46a847c3a3df2ecbb1588b01fea2116f0..3420f4dd1c1d2c92369ac9bfa1ac27b71a9d4d8c 100644 (file)
@@ -52,7 +52,7 @@
  * The GtkTextTagTable implementation of the GtkBuildable interface
  * supports adding tags by specifying "tag" as the "type"
  * attribute of a &lt;child&gt; element.
- * </para>
+ *
  * <example>
  * <title>A UI definition fragment specifying tags</title>
  * <programlisting><![CDATA[
@@ -63,6 +63,8 @@
  * </object>
  * ]]></programlisting>
  * </example>
+ * </para>
+ * </refsect2>
  */
 
 struct _GtkTextTagTablePrivate